Turn-based games [closed]

Posted by Blue on Game Development See other posts from Game Development or by Blue
Published on 2012-06-27T17:40:12Z Indexed on 2012/06/27 21:26 UTC
Read the original article Hit count: 367

Filed under:
|
|

I've been looking for tutorials on turn-based games. I found an incomplete tutorial series by InsugentX about turn-based games. I haven't looked through it, but since it's incomplete, I worry that I won't be able to finish the scripts.

I'm looking for tutorials or some good tips or advice to create turn-based games(similar to Worms). Recently I finished watching the WalkerBoys' tutorials so I am familiar with code. Where can I find some info and/or tutorials on creating Turn-based games? I'd prefer it to be video format.

How can I create turn-based games (not the entire thing, only the set-up) or a turn-based event like in Worms?

To explain more, How do I create 2 parties(1st player, 2nd player) exchanging turns(turn-based games and/or hotseat). While parties have characters similar to Worms(having more than 1 character within each party)? Do I use an array, an enum? I don't have any experience in turn-based games, so I would like to know how to actually make turn-based games. I can't find any reference to help me with construction of a turn-based game code similar to Worms in a programming language I can understand.

© Game Development or respective owner

Related posts about unity

Related posts about tutorials